home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / xpick / xpick_11.z / xpick_11 / xpick-1.1 / README < prev    next >
Text File  |  1993-06-23  |  1KB  |  46 lines

  1. Release 1.1 of xpick
  2.  
  3. xpick is an X11 Athena Widget implementation of pick, from "The Unix
  4. Programming Environment" by Kernighan and Pike. It  displays its
  5. arguments in a window, lets you select any of them with the mouse
  6. and/or shell style pattern, then outputs the selected ones (on standard
  7. output) and exits when a command button is hit.
  8.  
  9. To build xpick say:
  10.  
  11. xmkmf
  12. make depend
  13. make
  14.  
  15. then 
  16.  
  17. XFILESEARCHPATH=Xpick.ad ./xpick *
  18.  
  19. or
  20.  
  21. (setenv XFILESEARCHPATH Xpick.ad; ./xpick *)
  22.  
  23. to  try it out, and if you're happy with it:
  24.  
  25. make install
  26.  
  27. I've included a shell script 'xapply' to show how you can use xpick as
  28. a "wrapper" around Unix commands. xapply applies an arbitrary command
  29. to files in the current directory selected via xpick.
  30.  
  31. xpick was developed   on  a Sun-4, SunOS 4.1.1
  32. and has also been built & run on
  33.  
  34. Encore Multimax Umax 4.3 X11R5
  35. DEC microVax Ultrix V2.2-1 X11R5
  36. Apple A/UX X11R5
  37.  
  38. Thanks to Brian Totty <totty@cs.uiuc.edu> for the Free Widget
  39. Foundation Multilist widget (a version of which I have hacked
  40. slightly), and Byron Rakitzis <byron@archone.tamu.edu> for the pattern
  41. matching code from his wonderful rc shell.
  42.  
  43.     Gerry Tomlinson, June 1993
  44.  
  45. (gerry.tomlinson@newcastle.ac.uk)
  46.